crypto/tls.certificateMsgTLS13.marshal (method, view implemented interface methods)

7 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L452: 	hs.transcript.Write(certMsg.marshal())
		handshake_client_tls13.go#L566: 	hs.transcript.Write(certMsg.marshal())
		handshake_client_tls13.go#L567: 	if _, err := c.writeRecord(recordTypeHandshake, certMsg.marshal()); err != nil {
		handshake_messages.go#L1286: func (m *certificateMsgTLS13) marshal() []byte {
		handshake_server_tls13.go#L603: 	hs.transcript.Write(certMsg.marshal())
		handshake_server_tls13.go#L604: 	if _, err := c.writeRecord(recordTypeHandshake, certMsg.marshal()); err != nil {
		handshake_server_tls13.go#L779: 	hs.transcript.Write(certMsg.marshal())